FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.health.sadie#1.4.11 (62 ms)

Package ca.on.health.sadie
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.health.sadie@1.4.11&canonical=https://health.gov.on.ca/sadie/fhir/StructureDefinition/ClientData
Url https://health.gov.on.ca/sadie/fhir/StructureDefinition/ClientData
Version 1.0.0
Status draft
Name ClientData
Experimental False
Description Profile for storing data client loads. Example: Store ODSP reference and member numbers.
Type DocumentReference
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://health.gov.on.ca/sadie/fhir/StructureDefinition/ClientCommunication Client Communication
https://health.gov.on.ca/sadie/fhir/StructureDefinition/ProgramArea ProgramArea


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "81dbe8fb-4349-4467-a554-15b2d32d2b8c",
  "url" : "https://health.gov.on.ca/sadie/fhir/StructureDefinition/ClientData",
  "version" : "1.0.0",
  "name" : "ClientData",
  "status" : "draft",
  "description" : "Profile for storing data client loads. Example: Store ODSP reference and member numbers.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "DocumentReference",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DocumentReference",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "DocumentReference.masterIdentifier",
        "path" : "DocumentReference.masterIdentifier",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.identifier",
        "path" : "DocumentReference.identifier",
        "definition" : "#### **_`FOR SADIE USE: These are the client identifiers that will be used by the search. For ODSP this will be the Referral ID and Membership ID.`_**\n\nOther identifiers associated with the document, including version independent identifiers."
      },
      {
        "id" : "DocumentReference.status",
        "path" : "DocumentReference.status",
        "definition" : "#### **_`FOR SADIE USE: Required. current = active.`_**\n\nThe status of this document reference."
      },
      {
        "id" : "DocumentReference.docStatus",
        "path" : "DocumentReference.docStatus",
        "definition" : "#### **_`FOR SADIE USE: Might want to use this record the fact the code was used to create a request.`_**\n\nThe status of the underlying document.",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.type",
        "path" : "DocumentReference.type",
        "definition" : "#### **_`FOR SADIE USE: This would link to ValueSet, it will only have one entry to start ODSP-Referral-Load`_**\n\nSpecifies the particular kind of document referenced (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the document referenced."
      },
      {
        "id" : "DocumentReference.category",
        "path" : "DocumentReference.category",
        "definition" : "#### **_`FOR SADIE USE: This would link to ValueSet, it will only have one entry to start ODSP-Referral-Load`_**\n\nA categorization for the type of document referenced - helps for indexing and searching. This may be implied by or derived from the code specified in the DocumentReference.type.",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.subject",
        "path" : "DocumentReference.subject",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.author",
        "path" : "DocumentReference.author",
        "definition" : "#### **_`FOR SADIE USE: Reference to the client`_**\n\nIdentifies who is responsible for adding the information to the document.",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://health.gov.on.ca/sadie/fhir/StructureDefinition/ProgramArea"
            ]
          }
        ]
      },
      {
        "id" : "DocumentReference.authenticator",
        "path" : "DocumentReference.authenticator",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.custodian",
        "path" : "DocumentReference.custodian",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.relatesTo",
        "path" : "DocumentReference.relatesTo",
        "definition" : "#### **_`FOR SADIE USE: Reference to the DocumentReference the client sent.`_**\n\nRelationships that this document has with other document references that already exist.",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.relatesTo.code",
        "path" : "DocumentReference.relatesTo.code",
        "definition" : "#### **_`FOR SADIE USE: Always transforms.`_**\n\nThe type of relationship that this document has with anther document."
      },
      {
        "id" : "DocumentReference.relatesTo.target",
        "path" : "DocumentReference.relatesTo.target",
        "definition" : "#### **_`FOR SADIE USE: Reference to the DocumentReference the client sent.`_**\nThe target document of this relationship."
      },
      {
        "id" : "DocumentReference.description",
        "path" : "DocumentReference.description",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.securityLabel",
        "path" : "DocumentReference.securityLabel",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.content",
        "path" : "DocumentReference.content",
        "definition" : "#### **_`FOR SADIE USE: This is required but if it's just the two IDs then just create attachment with only a title 'No Attachment'. If in the future they add the patient names then that would go in the data OR all the information can go in the data including the IDs so a function can generically pro cess it.`_**\n\nThe document and format referenced. There may be multiple content element repetitions, each with a different format."
      },
      {
        "id" : "DocumentReference.content.attachment.title",
        "path" : "DocumentReference.content.attachment.title",
        "definition" : "#### **_`FOR SADIE USE: For ODSP either leave it completely empty of set this to No Attachment`_**\n\nA label or set of text to display in place of the data."
      },
      {
        "id" : "DocumentReference.context",
        "path" : "DocumentReference.context",
        "definition" : "#### **_`FOR SADIE USE: This is a reference to the client communication record.`_**\n\nThe clinical context in which the document was prepared."
      },
      {
        "id" : "DocumentReference.context.encounter",
        "path" : "DocumentReference.context.encounter",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.context.event",
        "path" : "DocumentReference.context.event",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.context.period",
        "path" : "DocumentReference.context.period",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.context.facilityType",
        "path" : "DocumentReference.context.facilityType",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.context.practiceSetting",
        "path" : "DocumentReference.context.practiceSetting",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.context.sourcePatientInfo",
        "path" : "DocumentReference.context.sourcePatientInfo",
        "max" : "0"
      },
      {
        "id" : "DocumentReference.context.related",
        "path" : "DocumentReference.context.related",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://health.gov.on.ca/sadie/fhir/StructureDefinition/ClientCommunication"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.